Bump actions/cache from 3 to 4 (#1256)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 24 Jan 2024 17:42:05 +0000 (10:42 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jan 2024 17:42:05 +0000 (10:42 -0700)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/macos.yml
.github/workflows/windows.yml

index 4a0a20e26d970e4652efcf733ba5fce7d66b5422..adb6086bad0d4a4b8427f9210a171c281f53c67c 100644 (file)
@@ -44,7 +44,7 @@ jobs:
       uses: actions/checkout@v4
 
     - name: Cache Qt
-      uses: actions/cache@v3
+      uses: actions/cache@v4
       id: cache
       with:
         path: ~/Cache
index 563f8d825f6fb76e424589c52daf1788c1a56bdc..ba596ce3697b6b215daddf19de62682df8eba491 100644 (file)
@@ -74,7 +74,7 @@ jobs:
       uses: actions/checkout@v4
 
     - name: Cache Qt
-      uses: actions/cache@v3
+      uses: actions/cache@v4
       id: cache
       with:
         path: ~/Cache